Welcome![Sign In][Sign Up]
Location:
Search - voice compression code

Search list

[DSP programDSP公司内部使用的

Description: 公司内重要价值的dsp压缩代码,强烈推荐!!!含(G711压缩解压,VAD算法语音激活算法)-company value of the DSP code compression and strongly recommended! ! ! Containing (G711 codecs, voice-activated VAD algorithm algorithm)
Platform: | Size: 15360 | Author: 后来居 | Hits:

[Game Enginelibogg-1.1.3

Description: ogg 相关代码, 游戏声音编码一种非常棒的格式, 一种高质量的有损压缩格式, 被广泛应用在游戏声音引擎里-ogg-related code, the game a great voice encoding format, a high-quality lossy compression format, has been widely used in game sound engine
Platform: | Size: 478208 | Author: | Hits:

[matlabxiaoboyuyinxinxinyingcang

Description: matlab 源码,基于小波变换的语音信息隐藏的实现,对原始语音信息和水印信息都经过三层小波分解处理后,将水印信息的低频信号嵌入原始语音信号的部分高频信号部分实现隐藏.源代码不仅给出隐藏过程,并且给出的在随机噪声,重采样,信息压缩情况下的抗攻击特性.源代码清晰有注释-matlab source code, based on wavelet transform voice messages hidden realize, the original voice information and watermark information after a three-treatment, after wavelet decomposition, the watermark information embedded in the low-frequency signals of the original speech signal realize some hidden part of high-frequency signals. source code is given not only to hide the process, and given in random noise, resampling, compression of information in case of anti-attack features. source code has a clear Notes
Platform: | Size: 1024 | Author: 桑圣洁 | Hits:

[Multimedia DevelopMPEG-4_decode

Description: 可直接使用的mpeg4解码代码 MPEG-4 is a collection of methods defining compression of audio and visual (AV) digital data. It was introduced in late 1998 and designated a standard for a group of audio and video coding formats and related technology agreed upon by the ISO/IEC Moving Picture Experts Group (MPEG) under the formal standard ISO/IEC 14496. Uses of MPEG-4 include compression of AV data for web (streaming media) and CD distribution, voice (telephone, videophone) and broadcast television applications.-Can be directly used in the code mpeg4 decoding MPEG-4 is a collection of methods defining compression of audio and visual (AV) digital data. It was introduced in late 1998 and designated a standard for a group of audio and video coding formats and related technology agreed upon by the ISO/IEC Moving Picture Experts Group (MPEG) under the formal standard ISO/IEC 14496. Uses of MPEG-4 include compression of AV data for web (streaming media) and CD distribution, voice (telephone, videophone) and broadcast television applications.
Platform: | Size: 134144 | Author: chu | Hits:

[DSP programexp4_07_ulawde(cpu2)

Description: 语音通讯预处理的U律压缩与解压算法的实现与运用(AD,D/A的硬件结合,是我们学校通讯DSP实验的参考代码,利于理解开发语音处理方面的工程项目-Pretreatment of U-voice communications law compression and decompression algorithm and application of (AD, D/A combination of hardware, is communication DSP we schools experiment reference code, which will help understand the development of voice processing projects
Platform: | Size: 59392 | Author: lvnianzhi | Hits:

[Other Web CodeaienAjaxASP

Description: 本程序由Anlige开发,开发语言为Asp,服务器脚本为VBScript AJAX部分采用JQuery框架,功能代码均为原创 数据库暂时采用ACCESS 程序功能: 多人即时聊天 新信息声音提示 用户自主选择表情和颜色 管理员删除信息/踢出用户 高强度管理密码 数据库压缩-This procedure by Anlige development, the development of language for the Asp, the server script for VBScript AJAX using JQuery framework part, the functional code are original database temporarily used ACCESS program features: more than real-time chat new voice prompts users to choose the expression and color administrator to delete information/kick users high-intensity management of passwords data compression
Platform: | Size: 399360 | Author: 111111 | Hits:

[DSP programG711CodecVAD

Description: 在dsp中使用G711压缩解压,以及VAD算法和语音激活算法,非常不错的源代码与算法参考例子-The use of G711 in the dsp compression decompression, as well as the VAD algorithm and voice activation algorithm, a very good reference source code examples and algorithms
Platform: | Size: 15360 | Author: 赵前 | Hits:

[SCMyuyingxitong

Description: 语音系统整体解决方案(源代码),压缩包里面包含系统运行所需要的Lib库文件,在凌阳有语音模块的任何一款开发板上都能够运行。-Total solution Voice System (source code), compression package which contains the system needs to run Lib library files, Sunplus has a voice in any development of the module are able to run the board.
Platform: | Size: 190464 | Author: 老蔡 | Hits:

[ARM-PowerPC-ColdFire-MIPSADPCM

Description: ADPCM(Adaptive Differential Pulse Code Modulation),是一种针对 16bits( 或8bits或者更高) 声音波形数据的一种有损压缩算法,它将声音流中每次采样的 16bit 数据以 4bit 存储,所以压缩比 1:4. 而且压缩/解压缩算法非常简单,所以是一种低空间消耗,高质量高效率声音获得的好途径。保存声音的数据文件后缀名为 .AUD 的大多用ADPCM 压缩-ADPCM (Adaptive Differential Pulse Code Modulation), is one for 16bits (or 8bits or higher) voice waveform data of a lossy compression algorithm, it will sound stream data for each sampling 16bit 4bit storage, so the compression ratio 1:4. and compression/decompression algorithm is very simple, it is a low space consumption, high quality sound and efficient way to get good. Save the sound data file extension name. AUD mostly use ADPCM compression
Platform: | Size: 1024 | Author: zhang | Hits:

[Data structsPratical_Algorithms_for_Programmers

Description: 本书作者为Andrew.Binstock等。 本书重点关注的是实用,立即可用的代码,并且广泛讨论了可移植性和特定于实现的细节。本书作者介绍了一些用用但很少被讨论的算法,它们可用于语音查找,日期和时间历程,B树和索引文件,数据压缩,任意精度的算术,校验和数据验证,并且全面的介绍了例程,排序算法和数据结构。 本书只要求读者具有C语言的初级知识以及基本代数的相关知识。源代码经过测试符合ANSI标准,可以运行在UNIX下,以及BORLAND,Microsoft和Watcom的编译器上。-Book author Andrew.Binstock and so on. This book focuses on the practical and immediately available code, and extensive discussion of portability and implementation-specific details. The author describes some, but rarely discussed with the use of algorithms, which can be used for voice to find, date and time history, B tree and index files, data compression, arbitrary precision arithmetic, checking and data validation, and comprehensive introduced the routine, sorting algorithms and data structures. This book only requires the reader has a knowledge of C language primary and basic algebra knowledge. Source code has been tested meet ANSI standards, can run on UNIX, and BORLAND, Microsoft and Watcom compilers.
Platform: | Size: 32026624 | Author: 张振宇 | Hits:

[Software EngineeringHuffman-coding

Description: 通信的数字化是它能与计算机技术和数字信号处理技术相结合的基础,而实现通信数字化的前提是信源能提供的各种用于传递的消息,例如语音、图像、数据、文字等都必须以数字化形式表示。而信源编码是数字通信系统中的重要组成部分,他是保证信号有效传输的一种重要方式。霍夫曼编码依据字符出现的概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,其优越的性能被广泛使用在数字通信系统中。霍夫曼编码已经成为数据压缩的灵魂算法。本文介绍了无失真编码算法的构造,霍夫曼编码的规则和特点,同时分析了对信源进行优化的方法,最后通过MATLAB仿真来讨论比较二元霍夫曼编码、三元霍夫曼编码以及信源扩展编码的效率,来实现霍夫曼码的优化构造。-The digital communication is it can and computer technology and digital signal processing technology in combination of the base, and realize the digital communication is the premise of source can provide all kinds of used to deliver news, such as voice, video and data and text must take the digital form said. And the source coding digital communication system is the important component, he is to ensure the effective transmission signal is an important way. Huffman coding based on the probability of characters appear to construct different "the average length of the shortest code words, sometimes called the best coding, superior performance is widely used in digital communication system. Huffman coding has become the soul of data compression algorithm. This paper introduces the structure of the encoding algorithm without distortion, Huffman coding rules and characteristics, and analysis of the source of the optimization method, and finally by MATLAB simulation to discuss compares two yu
Platform: | Size: 59392 | Author: 郑华 | Hits:

[DSP program07-G711_Mu_Law

Description: 在5509A数字信号处理器上的,u-律压缩和扩张实现语音传输的C代码实现过程-In the 5509A digital signal processors, u-law compression and expansion voice transmission C code implementation process
Platform: | Size: 102400 | Author: 王宏敏 | Hits:

[DSP program08-G711_Ma_Law

Description: 在5509A数字信号处理器上的,A-律压缩和扩张的实现语音传输的C代码实现过程-In the 5509A digital signal processors, A-law compression and expansion of voice transmission C code implementation process
Platform: | Size: 103424 | Author: 王宏敏 | Hits:
« 1 2 3 4 5 6 7 8»

CodeBus www.codebus.net